home *** CD-ROM | disk | FTP | other *** search
- ; $VER: 1.0 (09.05.99)
- (set cx(askdir(prompt "Select the location for MCXPrefs")
- (help "The preferences will be installed to this location.") (default "SYS:Prefs/")))
-
- (copyfiles
- (prompt("Proceed with installation of MCXPrefs?"))
- (source "MCXPrefs") (dest cx) (infos) (confirm) (help "You do want to install MCXPrefs?"))
-
- (complete 20)
-
- (set gd(askdir(prompt "Select the location for the AmigaGuide set")
- (help "The AmigaGuide set will be installed to this location.") (default "SYS:Prefs/")))
-
- (copyfiles
- (prompt("Proceed with installation of the AmigaGuide set?" gd))
- (source "MCXGuides") (dest gd) (infos) (all) (confirm) (help "Installation of the AmigaGuide set is recommended."))
-
- (complete 40)
-
- (set wb1 (/(getversion "L:WBStart-Handler")65536))
- (set wb2 (-(getversion "L:WBStart-Handler")(* wb1 65536)))
- (set wb3 (/(getversion "L/WBStart-Handler")65536))
- (set wb4 (-(getversion "L/WBStart-Handler")(* wb3 65536)))
-
- (copyfiles
- (prompt("Current WBStart-Handler is %ld.%ld\n\nInstall %ld.%ld?" wb1 wb2 wb3 wb4))
- (source "L/WBStart-Handler") (dest "L:") (confirm) (help "WBStart-Handler must be installed."))
-
- (complete 60)
-
- (set df1 (/(getversion "Libs:diskfont.library")65536))
- (set df2 (-(getversion "Libs:diskfont.library")(* df1 65536)))
- (set df3 (/(getversion "Libs/diskfont.library")65536))
- (set df4 (-(getversion "Libs/diskfont.library")(* df3 65536)))
-
- (copyfiles
- (prompt("Current diskfont.library is %ld.%ld\n\nInstall %ld.%ld?" df1 df2 df3 df4))
- (source "Libs/diskfont.library") (dest "Libs:") (confirm) (help "diskfont.library must be installed."))
-
- (complete 80)
-
- (set rq1 (/(getversion "Libs:reqtools.library")65536))
- (set rq2 (-(getversion "Libs:reqtools.library")(* rq1 65536)))
- (set rq3 (/(getversion "Libs/reqtools.library")65536))
- (set rq4 (-(getversion "Libs/reqtools.library")(* rq3 65536)))
-
- (copyfiles
- (prompt("Current reqtools.library is %ld.%ld\n\nInstall %ld.%ld?" rq1 rq2 rq3 rq4))
- (source "Libs/reqtools.library") (dest "Libs:") (confirm) (help "Installation of the reqtools.library is recommended."))
-
- (complete 100)
-
- (set @default-dest cx)